-
Re: Calculating Avg Workdays w/ Conditions
Your "if" statement is not correctly stated. Use a Collect to agglomerate data that you want to calculate. =AVG(Collect([what you want to average], Critera range1, Critera1, criteria range …1 · -
Re: Can I copy gantt lines from one sheet to another and retain structure?
One solution would be to match the lines in the file you want to copy to where they will be when pasted. For example, if row 1 of the original is to be pasted onto row 6, add 5 blank rows above row 1…1 ·